reportKeyedAppStates method
This method is only supported on Android Platform
Implementation
Future<void> reportKeyedAppStates(
String key,
Severity severity,
String? message,
String? data,
) async {
throw UnimplementedError('reportKeyedAppStates has not been implemented.');
}