removeBinlog method
RemoveBinlog remove binlog. 删除binlog,实际是fallback.log.
Implementation
@MPI(name: "mesh.daler.binlog.remove")
Future<void> removeBinlog(String id, {Context? ctx}) {
throw UnimplementedError('removeBinlog() has not been implemented.');
}