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