TelephonyInfo.fromJson constructor
TelephonyInfo.fromJson(
- String source
Implementation
factory TelephonyInfo.fromJson(String source) =>
TelephonyInfo.fromMap(json.decode(source));
factory TelephonyInfo.fromJson(String source) =>
TelephonyInfo.fromMap(json.decode(source));