You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figure out the problem is with this piece of code.
This code is in launcher_state.dart file
void handleMessage(Map<String, dynamic> message) async {
var type = getValueFromMap(message, 'type');
var fromId = getValueFromMap(message, 'fromId');
The text was updated successfully, but these errors were encountered:
I figure out the problem is with this piece of code.
This code is in launcher_state.dart file
void handleMessage(Map<String, dynamic> message) async {
var type = getValueFromMap(message, 'type');
var fromId = getValueFromMap(message, 'fromId');
The text was updated successfully, but these errors were encountered: