Commit bd699b51 by Jan-Derk

Added tests

parent 84059290
......@@ -59,9 +59,11 @@ void main() {
}
class MockPermissionHandlerPlatform extends Mock
// ignore: prefer_mixin
with MockPlatformInterfaceMixin
implements PermissionHandlerPlatform {
with
// ignore: prefer_mixin
MockPlatformInterfaceMixin
implements
PermissionHandlerPlatform {
@override
Future<PermissionStatus> checkPermissionStatus(Permission permission) =>
Future.value(PermissionStatus.granted);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment