Future<int> play({int index}) async { final res = await _channel.invokeMethod("play", {"index": index ?? 0}); return res; }