| // Copyright 2019, the Chromium project authors. Please see the AUTHORS file | |
| // for details. All rights reserved. Use of this source code is governed by a | |
| // BSD-style license that can be found in the LICENSE file. | |
| library cloud_functions; | |
| import 'dart:async'; | |
| import 'package:firebase_core/firebase_core.dart'; | |
| import 'package:flutter/services.dart'; | |
| import 'package:meta/meta.dart'; | |
| part 'src/cloud_functions.dart'; | |
| part 'src/https_callable.dart'; | |
| part 'src/https_callable_result.dart'; |