parseCoreResults static method
Implementation
static Future<dynamic> parseCoreResults(json) async {
return await _channel.invokeMethod("parseCoreResults", [json]);
}
static Future<dynamic> parseCoreResults(json) async {
return await _channel.invokeMethod("parseCoreResults", [json]);
}