switch from timestamps to event sequence for events
This commit is contained in:
@@ -51,5 +51,5 @@ class Intent {
|
||||
)
|
||||
@FlutterApi()
|
||||
abstract class IntentEvents {
|
||||
void onIntentReceived(int timestamp, Intent intent);
|
||||
void onIntentReceived(int sequence, Intent intent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user