shareself property

Future<bool?> get shareself

Implementation

static Future<bool?> get shareself async {
  final bool? version = await _channel.invokeMethod('shareself');
  return version;
}