isUssdSupported method

Future<bool> isUssdSupported()

Implementation

Future<bool> isUssdSupported() async {
  return UssdFlutterPackage.isUssdSupported();
}