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