UserAccountCallback typedef Null safety

UserAccountCallback = void Function(int uid, String userAccount)

Implementation

typedef UserAccountCallback = void Function(int uid, String userAccount);