installCrashHandler static method
Initialize crash reporting.
No need to call this if begin is also called.
Implementation
static Future<void> installCrashHandler(String appToken) async {
TestFairyBase.prepareTwoWayInvoke();
await TestFairyBase.channel
.invokeMethod<void>('installCrashHandler', appToken);
}