minor
This commit is contained in:
parent
b369590279
commit
27029a82f6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class ReceiveIntent {
|
|||
|
||||
static Future<ReceivedIntent?> getInitialIntent() async {
|
||||
final renameMap = await _methodChannel.invokeMapMethod('getInitialIntent');
|
||||
print("result: $renameMap");
|
||||
//print("result: $renameMap");
|
||||
return ReceivedIntent.fromMap(renameMap);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue