setFullScreen method
Implementation
@override
Future<void> setFullScreen(int webviewId, bool isFullScreen) async {
await methodChannel.invokeMethod<bool>('setFullScreen', {
"webviewId": webviewId,
"isFullScreen": isFullScreen,
});
}
@override
Future<void> setFullScreen(int webviewId, bool isFullScreen) async {
await methodChannel.invokeMethod<bool>('setFullScreen', {
"webviewId": webviewId,
"isFullScreen": isFullScreen,
});
}