17 lines
309 B
Plaintext
17 lines
309 B
Plaintext
|
|
!Needed methods:!
|
|
|
|
Dart -> Kotlin
|
|
|
|
|
|
Kotlin -> Dart
|
|
|
|
// Dart reloads users picture from ./cache (??) when it changes on runtime
|
|
- did_profilepicture_change() -> bool
|
|
|
|
// new messages
|
|
// look for currently open chat (if none is open -> null).
|
|
-> update_text()
|
|
# ToDo!! Does Kotlin or Dart send notifications?
|
|
|