static Future<void> initWithIdentity(Identity identity) { return NativeBridge.async( 'GetSocial.initWithIdentity', jsonEncode(identity.toJSON())); }