getState method
Implementation
@override
Future<SangforConnectionState> getState() async {
final value = await methodChannel.invokeMethod<String>('getState');
return SangforConnectionState.fromValue(value);
}
@override
Future<SangforConnectionState> getState() async {
final value = await methodChannel.invokeMethod<String>('getState');
return SangforConnectionState.fromValue(value);
}