doc(lib): add documentation for the dart side
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user