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