createData() async { (FileInfo?, FileInfo?) file = getFutureImageAndFiles(); FileInfo? futureImage = file.$0; FileInfo? attachment = file.$1; if (futureImage != null ...
Steps to Reproduce Create new Unit test App for Xamarin.Android 2. Add your Xamarin.Android reference in the Unit test project. 3. Run Unit test app on Android Emulator Pixel 3 API 28 Run the Xamarin ...