traceku_android 3.4.2
traceku_android: ^3.4.2 copied to clipboard
Android implementation of the Traceku background geolocation plugin.
example/example.dart
// ignore_for_file: avoid_print
/// This package is a platform-specific implementation of the traceku plugin.
///
/// It is not intended for direct use. Please see the [traceku](https://pub.dev/packages/traceku)
/// package for the user-facing API and full example.
void main() {
print('See the main traceku package for full examples.');
}