Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/sensors_plus_web/lib/src/sensors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'package:sensors_plus_platform_interface/sensors_plus_platform_interface.

/// The sensors plugin.
class SensorsPlugin extends SensorsPlatform {
/// Factory method that initializes the Battery plugin platform with an instance
/// Factory method that initializes the Sensors plugin platform with an instance
/// of the plugin for the web.
static void registerWith(Registrar registrar) {
SensorsPlatform.instance = SensorsPlugin();
Expand Down