ChangeLangOnPressedCallback typedef

ChangeLangOnPressedCallback = Future<LanguageOption?> Function()

Will be called wen user taps to change language button. Should return LanguageOption that user is selected.

Implementation

typedef ChangeLangOnPressedCallback = Future<LanguageOption?> Function();