updateApplicationContext method
Update the application context
Implementation
Future<void> updateApplicationContext(
Map<String, dynamic> context,
) {
return methodChannel.invokeMethod('updateApplicationContext', context);
}
Update the application context
Future<void> updateApplicationContext(
Map<String, dynamic> context,
) {
return methodChannel.invokeMethod('updateApplicationContext', context);
}