Future<Either<String, dynamic>> getUser({required int id}) { return invokeNativeMethod('SmartfaceMobile.getUser', { 'arg0': id, }); }