Future<String?> sendSms({required String phone, required String msg}) { return EasySmsPlatform.instance.sendSms(phone: phone, msg: msg); }