static Future<int> getPlayCurrPositon() async { final Future<int> res = await _channel.invokeMethod("getPlayCurrPositon"); return res; }