Share a selected screen through Intent.
@override Future<void> shareScreen() async { return await methodChannel.invokeMethod<void>('shareScreen'); }