doc(lib): add documentation for the dart side

This commit is contained in:
ksenia312
2024-01-31 22:21:52 +01:00
parent e7995d1c3a
commit 880cded058
28 changed files with 905 additions and 97 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ abstract class NearbyServicePlatform extends PlatformInterface {
throw UnimplementedError('getPlatformModel() has not been implemented.');
}
Future<NearbyDevice?> getCurrentDevice() {
Future<NearbyDeviceInfo?> getCurrentDeviceInfo() {
throw UnimplementedError('getCurrentDevice() has not been implemented.');
}