PluginResult.fromRawJson constructor

PluginResult.fromRawJson(
  1. String str
)

Implementation

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