static Future<bool> isUssdSupported() async { final result = await _methodChannel.invokeMethod('isUssdSupported'); return result == true; }