init static method
Implementation
static Future init(String appID) async {
try {
await FlutterMongoRealm.connectToMongo(appID);
} on PlatformException catch (_) {
// to ignore re-setting default app can twice
}
_auth = MongoRealmAuth();
}