PluginResult.fromRawJson constructor
PluginResult.fromRawJson(
- String str
Implementation
factory PluginResult.fromRawJson(String str) =>
PluginResult.fromJson(json.decode(str));
factory PluginResult.fromRawJson(String str) =>
PluginResult.fromJson(json.decode(str));