Closed yash1200 closed 4 years ago
Change return type from void to Future<void> in connect and delete functions (Dart analyzer was giving warnings about it), and some reformatting also.
void
Future<void>
connect
delete
Thanks @yash1200!
Change return type from
void
toFuture<void>
inconnect
anddelete
functions (Dart analyzer was giving warnings about it), and some reformatting also.