next method
void
next()
Implementation
void next() {
state =
state.copyWith(isLoading: true, message: 'Waiting other players...');
}
void next() {
state =
state.copyWith(isLoading: true, message: 'Waiting other players...');
}