Network: remove unused method

This commit is contained in:
Neeraj Gupta 2021-07-12 16:45:58 +05:30
parent 5b08816de9
commit 3c7c855619

View file

@ -18,12 +18,8 @@ class Network {
}
Network._privateConstructor();
static Network instance = Network._privateConstructor();
Dio getDio() => _dio;
Future<String> _getAppVersion() async {
final pkgInfo = await PackageInfo.fromPlatform();
return pkgInfo.version;
}
}