checkDefaultApp method

Future<bool?> checkDefaultApp()

Implementation

Future<bool?> checkDefaultApp() async {
  return false;
}