getPhoneInformation method

Future<PhoneInfo> getPhoneInformation()

Implementation

Future <PhoneInfo> getPhoneInformation() {
  throw UnimplementedError('PhoneInformation() has not been implemented.');
}