tracelet_ios 3.3.2 copy "tracelet_ios: ^3.3.2" to clipboard
tracelet_ios: ^3.3.2 copied to clipboard

PlatformiOS

iOS implementation of the Tracelet background geolocation plugin.

example/example.dart

// ignore_for_file: avoid_print

/// This package is a platform-specific implementation of the tracelet plugin.
///
/// It is not intended for direct use. Please see the [tracelet](https://pub.dev/packages/tracelet)
/// package for the user-facing API and full example.
void main() {
  print('See the main tracelet package for full examples.');
}