Future<int> getAudioStatus(String userID) async { return await _channel.invokeMethod("getAudioStatus", {"userID": userID}); }