FunUser typedef

FunUser = Future<String?> Function()

Implementation

typedef FunUser = Future<String?> Function();