mirror of
https://github.com/kphanipavan/modal_progress_hud_nsn.git
synced 2025-10-28 22:32:50 -07:00
Formatting and changelog mods
This commit is contained in:
@@ -11,7 +11,8 @@ class MethodChannelModalProgressHudNsn extends ModalProgressHudNsnPlatform {
|
||||
|
||||
@override
|
||||
Future<String?> getPlatformVersion() async {
|
||||
final version = await methodChannel.invokeMethod<String>('getPlatformVersion');
|
||||
final version =
|
||||
await methodChannel.invokeMethod<String>('getPlatformVersion');
|
||||
return version;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,8 @@ abstract class ModalProgressHudNsnPlatform extends PlatformInterface {
|
||||
|
||||
static final Object _token = Object();
|
||||
|
||||
static ModalProgressHudNsnPlatform _instance = MethodChannelModalProgressHudNsn();
|
||||
static ModalProgressHudNsnPlatform _instance =
|
||||
MethodChannelModalProgressHudNsn();
|
||||
|
||||
/// The default instance of [ModalProgressHudNsnPlatform] to use.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user