isNull method

Future<bool?> isNull()

Implementation

Future<bool?> isNull() {
  return kMethodChannel
      .invokeMethod('PlatformService::isNull', {'__this__': this});
}