openTaskStore function

Future<TaskStore> openTaskStore()

Implementation

Future<TaskStore> openTaskStore()async{
  return TaskStoreWeb();
}