Muhammad Zeeshan

Results 1 issues of Muhammad Zeeshan

java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main thread ` Future checkMockLocation() async { print("check mocklocation "); bool canMockLocation = await TrustFall.canMockLocation; print("mocklocation = "+ canMockLocation.toString()); }`