Skip to content

Instantly share code, notes, and snippets.

@Veenap
Created March 5, 2021 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Veenap/bd5320cb048e9cdf3b88934c63636210 to your computer and use it in GitHub Desktop.
Save Veenap/bd5320cb048e9cdf3b88934c63636210 to your computer and use it in GitHub Desktop.
import 'dart:async';
import 'package:flutter/services.dart';
class BatteryLevel {
static const MethodChannel _channel =
MethodChannel('org.rudderstack.dev/battery');
// Get battery level.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment