Future<void> call({required String number}) async { var data = {"number": number}; return await _channel.invokeMethod("call", data); }