isUssdSupported method

Future<bool> isUssdSupported()

Checks if the device supports USSD codes

Implementation

Future<bool> isUssdSupported() {
  throw UnimplementedError('isUssdSupported() has not been implemented.');
}