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