playPath static method
return: play error: {"status": "failure", "errorMsg": ""} play complete: {"status": "complete"}
Implementation
static Future<Map<dynamic, dynamic>?> playPath(String path) async {
return _channel.invokeMethod('playPath', {"path": path});
}