onUnInit property Null safety
Use this for uninit device (It is not yet clear whether this is necessary)
Implementation
static Future<bool?> get onUnInit async {
final bool? success = await _channel.invokeMethod('onUnInit');
return success;
}
Use this for uninit device (It is not yet clear whether this is necessary)
static Future<bool?> get onUnInit async {
final bool? success = await _channel.invokeMethod('onUnInit');
return success;
}