setupSurface method Null safety
Implementation
Future<int?> setupSurface() async {
await _nativeSetup.future;
FijkLog.i("$this setupSurface");
return _channel.invokeMethod("setupSurface");
}
Future<int?> setupSurface() async {
await _nativeSetup.future;
FijkLog.i("$this setupSurface");
return _channel.invokeMethod("setupSurface");
}