isPhone method

Future<bool?> isPhone()

Implementation

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