remove method

Future<int?> remove(
  1. String fileUrl
)

Implementation

Future<int?> remove(String fileUrl) async => _channel.invokeMethod(
    "Backendless.Files.remove", <String, dynamic>{"fileUrl": fileUrl});