contextFromApplication method
The most recently sent contextual data
Implementation
@override
Future<Map<String, dynamic>> contextFromApplication() async {
final applicationContext =
await methodChannel.invokeMapMethod<String, dynamic>('applicationContext');
return applicationContext ?? {};
}