throwNativeException static method
Call used for testing error handling Should not be used
Implementation
static Future<String?> throwNativeException() async {
log('Calling "throwNativeException"');
final String? result = await _channel.invokeMethod('throwNativeException');
return result;
}