Release v9.2.0
- Adds null safety support.
- Fixes a crash when Instabug.start API is called on Android without Platform check.
- Changes all
void ... async
methods toFuture<void> ... async
so that callers can useawait
.
void ... async
methods to Future<void> ... async
so that callers can use await
.