add phone signin

This commit is contained in:
Sai Naw Wun
2020-08-27 22:32:40 +06:30
parent 52078d7ee0
commit 76155a10e8
21 changed files with 543 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
class ServerException {
@override
List<Object> get props => null;
call() {
return null;
}
@override
bool get stringify => null;
}