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